From d5015025ba6fba7029933f2cd7e228d76743f2b8 Mon Sep 17 00:00:00 2001 From: Arturo Espinosa Date: Thu, 4 Nov 1999 01:10:05 +0000 Subject: [PATCH] Integrate gtk-doc, part 1; need to finish it at home - Federico --- docs/reference/gdk-pixbuf/Makefile.am | 1 + gdk-pixbuf/ChangeLog | 7 +++++++ gdk-pixbuf/Makefile.am | 4 +--- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/reference/gdk-pixbuf/Makefile.am diff --git a/docs/reference/gdk-pixbuf/Makefile.am b/docs/reference/gdk-pixbuf/Makefile.am new file mode 100644 index 0000000000..10e4f475d5 --- /dev/null +++ b/docs/reference/gdk-pixbuf/Makefile.am @@ -0,0 +1 @@ +SUBDIRS = api diff --git a/gdk-pixbuf/ChangeLog b/gdk-pixbuf/ChangeLog index 9426844ca3..2fcafd8938 100644 --- a/gdk-pixbuf/ChangeLog +++ b/gdk-pixbuf/ChangeLog @@ -1,3 +1,10 @@ +1999-11-03 Federico Mena Quintero + + * configure.in: Removed libgif stuff now that we do not depend on it. + Added the necessary cruft for gtk-doc. + + * src/Makefile.am: Unconditionally build the GIF loader. + 1999-11-03 Jonathan Blandford * src/io-gif.c (gif_read): renamed ReadOK to gif_read. diff --git a/gdk-pixbuf/Makefile.am b/gdk-pixbuf/Makefile.am index aab49a551e..58337c408a 100644 --- a/gdk-pixbuf/Makefile.am +++ b/gdk-pixbuf/Makefile.am @@ -11,9 +11,7 @@ if HAVE_JPEG JPEG_LIB = libpixbuf-jpeg.la endif -if HAVE_GIF -GIF_LIB = libpixbuf-gif.la -endif +GIF_LIB = libpixbuf-gif.la if HAVE_TIFF TIFF_LIB = libpixbuf-tiff.la -- 2.30.2